home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Player 2004 May
/
pc player 2004-05.iso
/
Demos
/
FarCry
/
Data1.cab
/
_BBE209EAAA07464FB7E9A8CF389A0685
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2004-01-06
|
365 b
|
15 lines
#include "../CGVPMacro.csi"
MainInput { uniform sampler2D baseMap : texunit0 }
DeclarationsScript
{
OUT_T0
FOUT
}
CoreScript
{
// load the decal
float4 decalColor = tex2D(baseMap, IN.Tex0.xy);
OUT.Color.xyz = decalColor.xyz;
OUT.Color.a = decalColor.a;
}